Autogenerated HTML docs for v1.8.0-251-g3a189 
diff --git a/technical/pack-protocol.txt b/technical/pack-protocol.txt index d51e20f..f1a51ed 100644 --- a/technical/pack-protocol.txt +++ b/technical/pack-protocol.txt 
@@ -117,7 +117,7 @@  - The repository path is always quoted with single quotes.    Fetching Data From a Server -=========================== +---------------------------    When one Git repository wants to get data that a second repository  has, the first can 'fetch' from the second. This operation determines @@ -134,7 +134,8 @@    $ echo -e -n "0039git-upload-pack /schacon/gitbook.git\0host=example.com\0" |  nc -v example.com 9418 - 00887217a7c7e582c46cec22a130adf4b9d7d950fba0 HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow no-progress include-tag + 00887217a7c7e582c46cec22a130adf4b9d7d950fba0 HEAD\0multi_ack thin-pack +	side-band side-band-64k ofs-delta shallow no-progress include-tag  00441d3fcd5ced445d1abc402225c0b8a1299641f497 refs/heads/integration  003f7217a7c7e582c46cec22a130adf4b9d7d950fba0 refs/heads/master  003cb88d2441cac0977faf98efc80305012112238d9d refs/tags/v0.9 @@ -421,7 +422,7 @@      Pushing Data To a Server -======================== +------------------------    Pushing data to a server will invoke the 'receive-pack' process on the  server, which will allow the client to tell it which references it should